AcquireFrontRootWindow
TheAcquireFrontRootWindow
method returns a reference to the frontmost (nonfloating) root window.
ODWindow AcquireFrontRootWindow ();
- return value
- A reference to the frontmost (nonfloating) root window.
DISCUSSION
This method increments the reference count of the returned window. When you have finished using that window, you should call itsRelease
method.